home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
Pac Man white.swf
/
scripts
/
DefineButton2_151
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
214 b
|
14 lines
on(press){
page += 10;
if(page > maxScore)
{
page = maxScore;
}
if(page > maxScore - 20)
{
next_btn._visible = false;
}
last_btn._visible = true;
showScores();
}